github.com/klauspost/compress/huff0.bitReaderBytes.in (field)
13 uses
github.com/klauspost/compress/huff0 (current package)
bitreader.go#L20: in []byte
bitreader.go#L31: b.in = in
bitreader.go#L70: low := le.Load32(b.in, b.off-4)
bitreader.go#L79: b.value = le.Load64(b.in, b.off-8)
bitreader.go#L90: low := le.Load32(b.in, b.off-4)
bitreader.go#L97: b.value |= uint64(b.in[b.off-1]) << (b.bitsRead - 8)
bitreader.go#L115: b.in = nil
decompress.go#L514: br.value |= uint64(br.in[br.off-1]) << (br.bitsRead - 8)
decompress.go#L598: br.value |= uint64(br.in[br.off-1]) << (br.bitsRead - 8)
decompress.go#L811: v := br.in[br.off-4:]
decompress.go#L819: br.value |= uint64(br.in[br.off-1]) << (br.bitsRead - 8)
decompress.go#L1045: v := br.in[br.off-4:]
decompress.go#L1053: br.value |= uint64(br.in[br.off-1]) << (br.bitsRead - 8)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |